home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Especiais / Hotdog 5.5 / hotdog55install.exe / %MAINDIR% / HotDog5.exe / 0 / RCDATA / TTOOLFORM / TTOOLFORM.txt < prev   
Encoding:
Text File  |  1999-04-29  |  1.4 KB  |  67 lines

  1. object ToolForm: TToolForm
  2.   Left = 543
  3.   Top = 220
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 207
  7.   ClientWidth = 137
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 187
  22.     Width = 137
  23.     Height = 20
  24.     Align = alBottom
  25.     Alignment = taRightJustify
  26.     BevelInner = bvRaised
  27.     BevelOuter = bvLowered
  28.     TabOrder = 0
  29.     object Image1: TImage
  30.       Left = 65
  31.       Top = 4
  32.       Width = 13
  33.       Height = 13
  34.       AutoSize = True
  35.       Picture.Data = {<image000.bmp>}
  36.       Visible = False
  37.       OnMouseDown = Panel2MouseDown
  38.       OnMouseMove = Panel2MouseMove
  39.       OnMouseUp = Panel2MouseUp
  40.     end
  41.     object Panel2: TPanel
  42.       Left = 121
  43.       Top = 2
  44.       Width = 14
  45.       Height = 16
  46.       Align = alRight
  47.       BevelOuter = bvNone
  48.       TabOrder = 0
  49.       OnMouseDown = Panel2MouseDown
  50.       OnMouseMove = Panel2MouseMove
  51.       OnMouseUp = Panel2MouseUp
  52.       object pntDrag: TPaintBox
  53.         Left = 0
  54.         Top = 2
  55.         Width = 13
  56.         Height = 13
  57.         Color = clBtnFace
  58.         ParentColor = False
  59.         OnMouseDown = Panel2MouseDown
  60.         OnMouseMove = Panel2MouseMove
  61.         OnMouseUp = Panel2MouseUp
  62.         OnPaint = pntDragPaint
  63.       end
  64.     end
  65.   end
  66. end
  67.